org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnectionDelayMax
From Documentation
Property:
org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnectionDelayMax
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: 5000 (ms.)
Since 9.6.1
- Available for ZK:
The maximum delay between two reconnection attempts for the websocket client. Each attempt increases the reconnection delay by 2x.
Only works when WebSocket connection is enabled.